diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-28 04:55:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-28 04:55:08 +0000 |
commit | 404112110e1cb4033a1ad9b5f10bffe7134e18e3 (patch) | |
tree | 5198c8f9b20a97eeae9f794209365e1fe46d8f78 /usr.sbin/config/Makefile | |
parent | a98736561f69c746fdaf57749c4a1eaece796924 (diff) |
ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei
Diffstat (limited to 'usr.sbin/config/Makefile')
-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 568f6a6e482..fa2bf9337e0 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2003/06/24 15:28:31 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 2003/06/28 04:55:07 deraadt Exp $ .include <bsd.own.mk> @@ -16,10 +16,6 @@ SRCS+= exec_aout.c CFLAGS+=-I${.CURDIR} -I. -# This program actually requires "flex" (not just any old lex). -# Also note that it does not use -ll -LEX=flex - LDADD= -lkvm DPADD= ${LIBKVM} |