diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 06:07:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 06:07:40 +0000 |
commit | 906adf6985f1e90508ea7d5682650b8a59d5b456 (patch) | |
tree | bb235c7f950be46cea245b2fb6de196f86716e52 /usr.sbin/Makefile | |
parent | ca83eb397b782373252167b4f519b3aa33e39630 (diff) |
config.old goes away
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6b7c864a9b9..cc937cd75de 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.1 1995/10/18 08:47:09 deraadt Exp $ +# $Id: Makefile,v 1.2 1995/10/23 06:07:39 deraadt Exp $ # not yet done: catman @@ -20,7 +20,7 @@ SUBDIR+=amd .endif .if make(clean) || make(cleandir) -SUBDIR+=bad144 config.old dbsym eeprom grfinfo hilinfo iteconfig screenblank +SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank .elif ${MACHINE} == "amiga" || ${MACHINE} == "atari" SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "hp300" |