add manual page
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 20 Oct 1988 05:58:42 +0000 (21:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 20 Oct 1988 05:58:42 +0000 (21:58 -0800)
SCCS-vsn: old/enpload/Makefile 5.2

usr/src/old/enpload/Makefile

index fbf6da1..60553cc 100644 (file)
 # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
 # FITNESS FOR A PARTICULAR PURPOSE.
 #
 # WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
 # FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#)Makefile 5.1 (Berkeley) %G%
+# @(#)Makefile 5.2 (Berkeley) %G%
 #
 
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 SRCS=  enpload.c
 #
 
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 SRCS=  enpload.c
-MAN=
+MAN=   enpload.0
 
 all: enpload
 
 
 all: enpload
 
@@ -38,6 +38,7 @@ depend: ${SRCS}
 
 install: ${MAN}
        install -s -o bin -g bin -m 755 enpload ${DESTDIR}/etc/enpload
 
 install: ${MAN}
        install -s -o bin -g bin -m 755 enpload ${DESTDIR}/etc/enpload
+       install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8/tahoe
        install -c -o bin -g bin -m 444 enpcode ${DESTDIR}/etc/enpcode
 
 lint: ${SRCS}
        install -c -o bin -g bin -m 444 enpcode ${DESTDIR}/etc/enpcode
 
 lint: ${SRCS}