diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-09-07 20:47:19 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-09-07 20:47:19 +0000 |
commit | a3d2e887de6fa9fda2da3c60a3facb626437ebb7 (patch) | |
tree | 671f7d16df14c19cde588dee85902ea4961711b4 /usr.sbin/config | |
parent | 54aab4a77a7153d8644e75b0acd438516a60c84a (diff) |
leftover pmax cruft.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index a112cd457c1..76503abe604 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/07 20:08:27 jason Exp $ +# $OpenBSD: Makefile,v 1.9 2001/09/07 20:47:18 brad Exp $ PROG= config BINDIR= /usr/sbin @@ -13,10 +13,6 @@ SRCS+= exec_elf.c CFLAGS+=-DAOUT_SUPPORT SRCS+= exec_aout.c .endif -.if (${MACHINE} == "pmax") -CFLAGS+=-DAOUT_SUPPORT -SRCS+= exec_aout.c -.endif CFLAGS+=-I${.CURDIR} -I. |