install in section 8; link to inetd.conf in section 5
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 29 Jan 1989 02:37:32 +0000 (18:37 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 29 Jan 1989 02:37:32 +0000 (18:37 -0800)
SCCS-vsn: usr.sbin/inetd/Makefile 5.2

usr/src/usr.sbin/inetd/Makefile

index 7a7749e..cfab47b 100644 (file)
@@ -14,7 +14,7 @@
 # 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
 #
 
 CFLAGS=        -O
@@ -39,7 +39,9 @@ depend: ${SRCS}
 
 install: ${MAN}
        install -s -o bin -g bin -m 755 inetd ${DESTDIR}/etc/inetd
 
 install: ${MAN}
        install -s -o bin -g bin -m 755 inetd ${DESTDIR}/etc/inetd
-       install -c -o bin -g bin -m 444 inetd.0 ${DESTDIR}/usr/man/cat1
+       install -c -o bin -g bin -m 444 inetd.0 ${DESTDIR}/usr/man/cat8
+       rm -f ${DESTDIR}/usr/man/cat5/inetd.conf.0
+       ln ${DESTDIR}/usr/man/cat8/inetd.0 ${DESTDIR}/usr/man/cat5/inetd.conf.0
 
 lint: ${SRCS}
        lint ${CFLAGS} ${SRCS}
 
 lint: ${SRCS}
        lint ${CFLAGS} ${SRCS}