summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcastor <castor@NetBSD.org>1999-01-31 01:01:12 +0000
committercastor <castor@NetBSD.org>1999-01-31 01:01:12 +0000
commitd0ca7993a0cfe466ef120e0b68aefe2eff324bbc (patch)
treee15abdd7defddac8bc17fe2188f40c387775b7fa
parenteede9d202fb31b41a2d51efe5e54e42e3477e6a0 (diff)
Remove genpubasym.cf stuff
-rw-r--r--sys/arch/newsmips/include/Makefile21
-rw-r--r--sys/arch/pmax/include/Makefile21
2 files changed, 2 insertions, 40 deletions
diff --git a/sys/arch/newsmips/include/Makefile b/sys/arch/newsmips/include/Makefile
index c532e9ff9d1..2544ad5110b 100644
--- a/sys/arch/newsmips/include/Makefile
+++ b/sys/arch/newsmips/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/15 13:31:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/31 01:01:12 castor Exp $
KDIR= /sys/arch/newsmips/include
INCSDIR= /usr/include/newsmips
@@ -11,23 +11,4 @@ INCS= adrsmap.h ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h cdefs.h
reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \
types.h va-mips.h varargs.h vmparam.h z8530var.h
-DEPINCS= pubassym.h
-
-.ifndef S
-S= ${.CURDIR}/../../..
-.endif
-MIPS=$S/arch/mips
-
-CFLAGS+= -I. -D_LKM
-
-pubassym.h: ${MIPS}/mips/genpubassym.cf
- ln -sf ${MIPS}/include mips && \
- ln -sf ${S}/sys sys && \
- ln -sf ${S}/uvm uvm && \
- ln -sf ${S}/arch/${MACHINE}/include machine && \
- sh ${S}/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
- < ${.ALLSRC} > pubassym.h.tmp && \
- mv -f pubassym.h.tmp pubassym.h
-
.include <bsd.kinc.mk>
-.include <bsd.obj.mk>
diff --git a/sys/arch/pmax/include/Makefile b/sys/arch/pmax/include/Makefile
index 957b57bc926..df108447874 100644
--- a/sys/arch/pmax/include/Makefile
+++ b/sys/arch/pmax/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/15 13:31:27 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/31 01:01:13 castor Exp $
KDIR= /sys/arch/pmax/include
INCSDIR= /usr/include/pmax
@@ -11,23 +11,4 @@ INCS= ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h bus.h cdefs.h \
reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h sysconf.h \
tc_machdep.h trap.h types.h varargs.h vmparam.h
-DEPINCS= pubassym.h
-
-.ifndef S
-S= ${.CURDIR}/../../..
-.endif
-MIPS=$S/arch/mips
-
-CFLAGS+= -I. -D_LKM
-
-pubassym.h: ${MIPS}/mips/genpubassym.cf
- ln -sf ${MIPS}/include mips && \
- ln -sf ${S}/sys sys && \
- ln -sf ${S}/uvm uvm && \
- ln -sf ${S}/arch/${MACHINE}/include machine && \
- sh ${S}/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
- < ${.ALLSRC} > pubassym.h.tmp && \
- mv -f pubassym.h.tmp ${.TARGET}
-
.include <bsd.kinc.mk>
-.include <bsd.obj.mk>