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

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

1.7     ! deraadt     1: #      $OpenBSD: Makefile,v 1.6 1999/03/20 15:36:12 maja 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.7     ! deraadt    10:
        !            11: LDADD=-lrpcsvc
        !            12: DPADD=${LIBRPCSVC}
1.1       deraadt    13:
                     14: .include <bsd.prog.mk>