Home | History | Annotate | Line # | Download | only in banner
Makefile revision 1.3.36.1
      1  1.3.36.1    jym #	$NetBSD: Makefile,v 1.3.36.1 2009/05/13 19:19:44 jym 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