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

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

1.4     ! maja        1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:52:19 deraadt Exp $
1.1       deraadt     2: #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
                      3:
                      4: PROG=  ypwhich
1.4     ! 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>