1 1.4 lukem # $NetBSD: Makefile,v 1.4 2009/04/14 22:15:17 lukem 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.2 lukem #CPPFLAGS+= -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.2 lukem #CPPFLAGS+= -DLPD_CHSET 15 1.1 cgd 16 1.1 cgd .include <bsd.prog.mk> 17 1.1 cgd 18