diff options
-rw-r--r-- | usr.bin/newsyslog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/newsyslog/Makefile b/usr.bin/newsyslog/Makefile index 732b6f3c551..45a87a40cd7 100644 --- a/usr.bin/newsyslog/Makefile +++ b/usr.bin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1997/07/07 22:50:56 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 2001/08/21 17:25:05 deraadt Exp $ PROG= newsyslog @@ -13,5 +13,6 @@ CFLAGS+= -DQUAD_OFF_T BINOWN= root MAN= newsyslog.8 +MLINKS= newsyslog.8 newsyslog.conf.5 .include <bsd.prog.mk> |