Deleted Added
full compact
Makefile (101708) Makefile (151350)
1# $FreeBSD: head/sys/modules/svr4/Makefile 101708 2002-08-12 01:36:20Z rwatson $
1# $FreeBSD: head/sys/modules/svr4/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3MAINTAINER= newton@FreeBSD.org
4
5.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
6KMOD= svr4
7SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
8 opt_vmpage.h vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
9 svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c \

--- 11 unchanged lines hidden (view full) ---

21
22svr4_locore.o: svr4_locore.s svr4_assym.h
23 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
24 ${.IMPSRC} -o ${.TARGET}
25
26svr4_genassym.o: svr4_genassym.c svr4.h @ machine
27 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
28
2
3MAINTAINER= newton@FreeBSD.org
4
5.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
6KMOD= svr4
7SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
8 opt_vmpage.h vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
9 svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c \

--- 11 unchanged lines hidden (view full) ---

21
22svr4_locore.o: svr4_locore.s svr4_assym.h
23 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
24 ${.IMPSRC} -o ${.TARGET}
25
26svr4_genassym.o: svr4_genassym.c svr4.h @ machine
27 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
28
29.if !defined(KERNBUILDDIR)
29opt_compat.h:
30 echo "#define COMPAT_43 1" > opt_compat.h
31
32.if defined(DEBUG)
33opt_svr4.h:
34 echo "#define DEBUG_SVR4 1" > opt_svr4.h
35.endif
30opt_compat.h:
31 echo "#define COMPAT_43 1" > opt_compat.h
32
33.if defined(DEBUG)
34opt_svr4.h:
35 echo "#define DEBUG_SVR4 1" > opt_svr4.h
36.endif
37.endif
36
37.include <bsd.kmod.mk>
38
39.include <bsd.kmod.mk>