[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / banner

Annotation of src/usr.bin/banner/Makefile, Revision 1.3

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