diff options
Diffstat (limited to 'usr.sbin/ypbind/Makefile')
-rw-r--r-- | usr.sbin/ypbind/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile index 9aaef63843e..adeaf2ff27e 100644 --- a/usr.sbin/ypbind/Makefile +++ b/usr.sbin/ypbind/Makefile @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/21 11:44:36 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2015/09/09 15:33:18 deraadt Exp $ PROG= ypbind MAN= ypbind.8 CFLAGS+=-DDAEMON -DHEURISTIC +LDADD=-lrpcsvc +DPADD=${LIBRPCSVC} + .include <bsd.prog.mk> |