diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-06 17:13:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-06 17:13:47 +0000 |
commit | 1668f270535404df2d726633f2019967023a1ce7 (patch) | |
tree | f994cbdd68ebdbf5b839b94352c4acbbfc28a143 | |
parent | 4f7db58ecdb65719ccc4c4933a245dedf00cf0b6 (diff) |
debug.c not used
-rw-r--r-- | usr.sbin/pppoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/Makefile b/usr.sbin/pppoe/Makefile index a4faf294de9..69f9ceee04b 100644 --- a/usr.sbin/pppoe/Makefile +++ b/usr.sbin/pppoe/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2002/09/08 05:10:56 jason Exp $ +# $OpenBSD: Makefile,v 1.4 2004/05/06 17:13:46 deraadt Exp $ PROG= pppoe MAN= pppoe.8 -SRCS= client.c common.c debug.c pppoe.c server.c session.c tag.c +SRCS= client.c common.c pppoe.c server.c session.c tag.c CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes .include <bsd.prog.mk> |