--- src/sys/emulation/svr4/Attic/Makefile 2004/08/13 17:51:09 1.9 +++ src/sys/emulation/svr4/Attic/Makefile 2005/09/10 10:41:41 1.10 @@ -15,7 +15,6 @@ SRCS= svr4_sysent.c svr4_sysvec.c opt_co svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \ svr4_resource.c svr4_ipc.c OBJS= svr4_locore.o -MAN= svr4.8 EXPORT_SYMS=_svr4_mod CLEANFILES= svr4_assym.h svr4_genassym.o opt_svr4.h opt_compat.h @@ -44,9 +43,5 @@ svr4_locore.o: svr4_locore.s svr4_assym. svr4_genassym.o: svr4_genassym.c svr4.h @ machine ${ARCH} ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} -afterinstall: - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4 - sysent: cd ${.CURDIR} && ${MAKE} -f Makefile.misc sysent