diff options
Diffstat (limited to 'usr.bin/rdistd/Makefile')
-rw-r--r-- | usr.bin/rdistd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rdistd/Makefile b/usr.bin/rdistd/Makefile index 7dcca7df29d..bac7456575d 100644 --- a/usr.bin/rdistd/Makefile +++ b/usr.bin/rdistd/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2003/05/06 22:10:11 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2012/11/12 01:14:41 guenther Exp $ PROG= rdistd SRCS= common.c filesys-os.c filesys.c message.c rdistd.c server.c .PATH: ${.CURDIR}/../rdist CFLAGS+=-I${.CURDIR}/../rdist -DOS_H=\"os-openbsd.h\" +WARNINGS=yes .include <bsd.prog.mk> |