Makefile revision 1.3 1 # $NetBSD: Makefile,v 1.3 2005/01/12 14:45:26 xtraeme Exp $
2
3 WARNS= 3
4 PROG= banner
5
6 SRCS= $(PROG).c chset.c
7
8 # if you want to make chars from the letter involved (like lpd), then
9 # un-comment the following.
10 #CPPFLAGS+= -DNOHASH_ONLY
11
12 # if you want to use the same char set that lpd uses then un-comment
13 # the following. Lpd uses a much nicer character set but banner
14 # output will not be the same as the real thing.
15 #CPPFLAGS+= -DLPD_CHSET
16
17 .include <bsd.prog.mk>
18
19