diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-29 16:51:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-29 16:51:36 +0000 |
commit | 5ccfd26af754f2f2e474bfc21bc69a9a53a1e359 (patch) | |
tree | 544aed51e6756c4df2b5e8a3b3201072f9824947 /sys/arch/sgi | |
parent | ff5448f7bb4b665644d1484175b647622448d790 (diff) |
put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old
"go for it" deraadt@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index b9ede557153..c0a5c6d9c9b 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.86 2017/06/25 14:02:23 deraadt Exp $ +# $OpenBSD: Makefile.sgi,v 1.87 2017/06/29 16:51:35 espie Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -136,7 +136,7 @@ makegap.sh: gap.o: Makefile makegap.sh gapdummy.o sh makegap.sh 0xefefefef gapdummy.o -vers.o: ${SYSTEM_DEP:Ngap.o} ${SYSTEM_SWAP_DEP} +vers.o: ${SYSTEM_DEP:Ngap.o} sh $S/conf/newvers.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c |