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

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

1.8     ! espie       1: #      $OpenBSD: Makefile,v 1.7 2015/09/09 15:33:18 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:
                      7: .PATH: ${.CURDIR}/../../usr.sbin/ypserv/common
                      8: CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common
1.7       deraadt     9:
                     10: LDADD=-lrpcsvc
                     11: DPADD=${LIBRPCSVC}
1.1       deraadt    12:
                     13: .include <bsd.prog.mk>