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

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

1.6     ! maja        1: #      $OpenBSD: Makefile,v 1.5 1999/03/19 22:21:27 deraadt Exp $
1.1       deraadt     2: #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
                      3:
                      4: PROG=  ypwhich
1.6     ! maja        5: SRCS=  ypwhich.c yplib_host.c
        !             6: MAN=   ypwhich.1
        !             7:
        !             8: .PATH: ${.CURDIR}/../../usr.sbin/ypserv/common
        !             9: CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common
1.1       deraadt    10:
                     11: .include <bsd.prog.mk>