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