diff options
Diffstat (limited to 'libexec/uucpd/Makefile')
-rw-r--r-- | libexec/uucpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index af8311bb217..c66538e8f40 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 5.3 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.3 1997/03/26 00:34:39 deraadt Exp $ +# $Id: Makefile,v 1.4 1998/07/05 18:48:56 deraadt Exp $ CFLAGS+= -DBSDINETD PROG= uucpd -NOMAN= noman +MAN= uucpd.8 .include <bsd.prog.mk> |