aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/svr4
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-23 21:19:32 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-23 21:19:32 +0000
commit7ce77f279b37aa1365a9be4e29c847c6ff68ddf4 (patch)
tree71d89b9229c55029bc4858323baca971d20c056d /sys/modules/svr4
parent00d6d49adc30f55401a468e028a7adce06634509 (diff)
Notes
Diffstat (limited to 'sys/modules/svr4')
-rw-r--r--sys/modules/svr4/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index eb1ef57e6fdf7..6c048c7b10776 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -14,14 +14,12 @@ CFLAGS+= -DKERNEL
MAINTAINER= newton@freebsd.org
EXPORT_SYMS=_svr4_mod
-CLEANFILES= svr4_assym.h svr4_genassym svr4_genassym.o opt_svr4.h
-
-build-tools: svr4_genassym
+CLEANFILES= svr4_assym.h svr4_genassym.o opt_svr4.h
svr4.h: opt_global.h opt_svr4.h
-svr4_assym.h: svr4_genassym
- ./svr4_genassym > svr4_assym.h
+svr4_assym.h: svr4_genassym.o
+ genassym -o ${.TARGET} ${.ALLSRC}
svr4_locore.o: svr4_locore.s svr4_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE -DKERNEL ${CFLAGS} \
@@ -30,9 +28,6 @@ svr4_locore.o: svr4_locore.s svr4_assym.h
svr4_genassym.o: svr4_genassym.c svr4.h @ machine
${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC}
-svr4_genassym: svr4_genassym.o
- ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
-
opt_compat.h:
echo "#define COMPAT_43 1" > opt_compat.h