summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat/Makefile
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2005-02-27 16:25:14 +0000
committerphantom <phantom@FreeBSD.org>2005-02-27 16:25:14 +0000
commit49c043ebad5e3e4430e15cb48c0ea5a07f1a04c1 (patch)
tree2ac1d94ef8bbf0a8ab31b57b18884b86a0198bdd /usr.bin/gencat/Makefile
parente171f073ace53bccef9706360007730acf363460 (diff)
downloadFreeBSD-src-49c043ebad5e3e4430e15cb48c0ea5a07f1a04c1.zip
FreeBSD-src-49c043ebad5e3e4430e15cb48c0ea5a07f1a04c1.tar.gz
Remove unused now stuff, also set WARNS to 8
Diffstat (limited to 'usr.bin/gencat/Makefile')
-rw-r--r--usr.bin/gencat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile
index 45af07a..c880565 100644
--- a/usr.bin/gencat/Makefile
+++ b/usr.bin/gencat/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
PROG= gencat
-SRCS= gencat.c genlib.c
-
-CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
+WARNS?= 8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud