diff options
author | peter <peter@FreeBSD.org> | 1999-04-17 14:41:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-04-17 14:41:41 +0000 |
commit | 911997aae85b3a2dadfb6a3d507fbf3e3d775e4f (patch) | |
tree | a2d650438d9efb71da65c423f887b1da272a7eb6 /usr.sbin/config/Makefile | |
parent | 8dc2affd00864d25873b83cbcce034d1886c4b98 (diff) | |
download | FreeBSD-src-911997aae85b3a2dadfb6a3d507fbf3e3d775e4f.zip FreeBSD-src-911997aae85b3a2dadfb6a3d507fbf3e3d775e4f.tar.gz |
Get out the blow torch and hack away all the unused stuff. Note that
I zapped the MACHINE_MIPS stuff, it isn't likely to be useful apart from
recognition of the machine name. It would be reasonable to expect new
ports would look something like the alpha/i386 from a config perspective.
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r-- | usr.sbin/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 047dd96..a8b9929 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.20 1998/05/06 15:27:57 bde Exp $ +# $Id: Makefile,v 1.21 1999/04/13 18:22:57 peter Exp $ PROG= config CFLAGS+=-I. -I${.CURDIR} -SRCS= config.y main.c lang.l mkioconf.c mkmakefile.c mkglue.c mkheaders.c \ +SRCS= config.y main.c lang.l mkioconf.c mkmakefile.c mkheaders.c \ mkoptions.c mkswapconf.c y.tab.h MAN8= config.8 DPADD= ${LIBL} |