diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:40:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:40:27 +0000 |
commit | 9773067abf39b19aef35bfe85c37ce0d27143a81 (patch) | |
tree | ef33b6527ced0e47d22b112634094aa6223194e8 /usr.sbin | |
parent | 275fce31f5d024e4eed1a5b63ee4e7ec4b4a10d3 (diff) |
config.old does not exist
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 718f008a9eb..62e74f69f3b 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 -# $Id: Makefile,v 1.5 1995/11/01 16:55:29 deraadt Exp $ +# $Id: Makefile,v 1.6 1995/12/17 13:40:26 deraadt Exp $ # not yet done: catman @@ -27,11 +27,11 @@ SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" SUBDIR+=iteconfig .elif ${MACHINE} == "hp300" -SUBDIR+=config.old grfinfo hilinfo +SUBDIR+=grfinfo hilinfo .elif ${MACHINE} == "i386" SUBDIR+=bad144 .elif ${MACHINE} == "pmax" -SUBDIR+=config.old +SUBDIR+= .elif ${MACHINE} == "sun3" SUBDIR+=dbsym eeprom screenblank .elif ${MACHINE} == "sparc" |