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

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

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