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

Annotation of src/usr.bin/whois/Makefile, Revision 1.6

1.6     ! henning     1: #      $OpenBSD: Makefile,v 1.5 2005/06/25 14:27:36 henning Exp $
1.1       deraadt     2:
                      3: PROG=  whois
1.6     ! henning     4: CFLAGS+= -Wall
1.1       deraadt     5:
                      6: .include <bsd.prog.mk>