tools/llvm: Do not build with symbols
[minix3.git] / usr.bin / banner / Makefile
bloba5db1e3093d443d4aea150c458dd4689a1f88512
1 # $NetBSD: Makefile,v 1.4 2009/04/14 22:15:17 lukem Exp $
3 PROG= banner
5 SRCS= $(PROG).c chset.c
7 # if you want to make chars from the letter involved (like lpd), then
8 # un-comment the following.
9 #CPPFLAGS+= -DNOHASH_ONLY
11 # if you want to use the same char set that lpd uses then un-comment
12 # the following. Lpd uses a much nicer character set but banner
13 # output will not be the same as the real thing.
14 #CPPFLAGS+= -DLPD_CHSET
16 .include <bsd.prog.mk>