Makefile revision 1.1
11.1Scgd# $NetBSD: Makefile,v 1.1 1995/04/09 05:53:04 cgd 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.1Scgd#CFLAGS+= -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.1Scgd#CFLAGS+= -DLPD_CHSET 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 171.1Scgd 18