11.4Slukem# $NetBSD: Makefile,v 1.4 2009/04/14 22:15:17 lukem Exp $ 21.1Scgd 31.1ScgdPROG= banner 41.1Scgd 51.1ScgdSRCS= $(PROG).c chset.c 61.1Scgd 71.1Scgd# if you want to make chars from the letter involved (like lpd), then 81.1Scgd# un-comment the following. 91.2Slukem#CPPFLAGS+= -DNOHASH_ONLY 101.1Scgd 111.1Scgd# if you want to use the same char set that lpd uses then un-comment 121.1Scgd# the following. Lpd uses a much nicer character set but banner 131.1Scgd# output will not be the same as the real thing. 141.2Slukem#CPPFLAGS+= -DLPD_CHSET 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 171.1Scgd 18