diff options
author | 2006-05-27 22:53:44 +0000 | |
---|---|---|
committer | 2006-05-27 22:53:44 +0000 | |
commit | 60c3a1cc4f401ffb4f4a4ba86644cf76bbfb9d23 (patch) | |
tree | 7351f0c05be78287fbb32b1c954b78fb7a9beed4 | |
parent | add the messages for config page requests and replies. (diff) | |
download | wireguard-openbsd-60c3a1cc4f401ffb4f4a4ba86644cf76bbfb9d23.tar.xz wireguard-openbsd-60c3a1cc4f401ffb4f4a4ba86644cf76bbfb9d23.zip |
SRCS should refer to the .l and .c files; spotted by naddy
-rw-r--r-- | usr.bin/bc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile index ca9e7e08f55..a6d3743c9b4 100644 --- a/usr.bin/bc/Makefile +++ b/usr.bin/bc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2003/11/03 19:51:42 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2006/05/27 22:53:44 deraadt Exp $ PROG= bc -SRCS= bc.c scan.c +SRCS= bc.y scan.l CPPFLAGS+= -I. -I${.CURDIR} CFLAGS+= -Wall -Wno-unused YFLAGS+= |