]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ypcat/Makefile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / usr.bin / ypcat / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 PROG=   ypcat
5
6 WARNS?= 3
7
8 .include <bsd.prog.mk>