diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-21 17:25:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-21 17:25:06 +0000 |
commit | 75a7479eb9ac36651d7b299b23c9fc5ff550135e (patch) | |
tree | 5f763ae6be5276be663e2bc22b4eef257cb7b265 | |
parent | a667c8b75f7d282e88be3de77d86c574b1647d67 (diff) |
MLINK to config file man page
-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> |