diff options
Diffstat (limited to 'usr.sbin/ypbind/Makefile')
-rw-r--r-- | usr.sbin/ypbind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile index 03d7607..ec83451 100644 --- a/usr.sbin/ypbind/Makefile +++ b/usr.sbin/ypbind/Makefile @@ -1,6 +1,7 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 16:14:53 peter Exp $ +SRCS= ypbind.c yp_ping.c PROG= ypbind MAN8= ypbind.8 CFLAGS+=-DDAEMON |