NetBSD/usr.bin/banner/Makefile

18 lines
455 B
Makefile
Raw Normal View History

1997-10-24 13:00:17 +04:00
# $NetBSD: Makefile,v 1.2 1997/10/24 09:00:20 lukem Exp $
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
# 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
.include <bsd.prog.mk>