diff options
Diffstat (limited to 'sys/arch/solbourne/conf/Makefile.solbourne')
-rw-r--r-- | sys/arch/solbourne/conf/Makefile.solbourne | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 771fa770bc7..8bf3bebe9c4 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.solbourne,v 1.26 2010/05/25 14:33:26 deraadt Exp $ +# $OpenBSD: Makefile.solbourne,v 1.27 2010/05/25 15:05:01 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -146,7 +146,6 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk rm -f db_structinfo.o locore.o: ${_machdir}/${_mach}/locore.s assym.h - ${NORMAL_S} # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |