diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-01-20 00:40:16 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-01-20 00:40:16 +0000 |
commit | 48671277e8d8d112c6fb53fe6ea33d90bb5a8316 (patch) | |
tree | 736674fe888a9938b36af148742999413c2df15a /usr.sbin/ypserv | |
parent | a96be2810c5c31c10b63dac3caf5470b19b1f22f (diff) |
minor clean up
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/ypserv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypserv/Makefile b/usr.sbin/ypserv/ypserv/Makefile index 3af375ddc7b..9110c4638e2 100644 --- a/usr.sbin/ypserv/ypserv/Makefile +++ b/usr.sbin/ypserv/ypserv/Makefile @@ -1,10 +1,11 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1 1995/11/01 16:56:30 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/01/20 00:40:15 chuck Exp $ PROG= ypserv SRCS= ypserv.c ypserv_proc.c ypserv_db.c acl.c yplog.c ypdb.c ypserv_xdr.c MAN= ypserv.acl.5 securenet.5 ypserv.8 .PATH: ${.CURDIR}/../common CFLAGS+=-DDAEMON -I${.CURDIR}/../common +#CFLAGS=-DDAEMON -I${.CURDIR}/../common -DDEBUG -g .include <bsd.prog.mk> |