diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-07-12 23:10:47 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-07-12 23:10:47 +0000 |
commit | 7a4d884de3e8ceb41e7c1b575d7173ad3c574756 (patch) | |
tree | 517fe2b63fa862d403a7920b4d024903feec51b8 /usr.bin | |
parent | e2cd5478c108af0ca999cf5f4d5058c4d0e23b78 (diff) |
We will need these flags soon enough...
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pnpinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pnpinfo/Makefile b/usr.bin/pnpinfo/Makefile index 91c10e0f1ca..f53a8315280 100644 --- a/usr.bin/pnpinfo/Makefile +++ b/usr.bin/pnpinfo/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 1996/08/11 15:48:55 shawn Exp $ +# $OpenBSD: Makefile,v 1.2 1997/07/12 23:10:46 weingart Exp $ PROG= pnpinfo -CFLAGS+= -Wall +CFLAGS+= -Wall -DDEBUG -DDIAGNOSTIC MAN= pnpinfo.8 LDADD= -li386 |