2005-01-12 17:45:26 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2005/01/12 14:45:26 xtraeme Exp $
|
1995-04-09 09:53:04 +04:00
|
|
|
|
2005-01-12 17:45:26 +03:00
|
|
|
WARNS= 3
|
1995-04-09 09:53:04 +04:00
|
|
|
PROG= banner
|
|
|
|
|
|
|
|
SRCS= $(PROG).c chset.c
|
|
|
|
|
|
|
|
# if you want to make chars from the letter involved (like lpd), then
|
|
|
|
# un-comment the following.
|
1997-10-24 13:00:17 +04:00
|
|
|
#CPPFLAGS+= -DNOHASH_ONLY
|
1995-04-09 09:53:04 +04:00
|
|
|
|
|
|
|
# if you want to use the same char set that lpd uses then un-comment
|
|
|
|
# the following. Lpd uses a much nicer character set but banner
|
|
|
|
# output will not be the same as the real thing.
|
1997-10-24 13:00:17 +04:00
|
|
|
#CPPFLAGS+= -DLPD_CHSET
|
1995-04-09 09:53:04 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|