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.
15 lines
326 B
Makefile
15 lines
326 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $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 mkheaders.c \
|
|
mkoptions.c mkswapconf.c y.tab.h
|
|
MAN8= config.8
|
|
DPADD= ${LIBL}
|
|
LDADD= -ll
|
|
|
|
mkmakefile.o: configvers.h
|
|
|
|
.include <bsd.prog.mk>
|