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/luna88k | |
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/luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 6a62f5a58da..c426fa42271 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.70 2017/06/11 22:51:21 deraadt Exp $ +# $OpenBSD: Makefile.luna88k,v 1.71 2017/06/29 16:51:35 espie Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -120,7 +120,7 @@ ioconf.o: ioconf.c ld.script: ${_machdir}/conf/ld.script cp ${_machdir}/conf/ld.script $@ -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 |