=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/ypwhich/Makefile 2015/09/09 15:33:18 1.7 --- src/usr.bin/ypwhich/Makefile 2017/07/09 21:23:19 1.8 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.7 2015/09/09 15:33:18 deraadt Exp $ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PROG= ypwhich SRCS= ypwhich.c yplib_host.c - MAN= ypwhich.1 .PATH: ${.CURDIR}/../../usr.sbin/ypserv/common CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.8 2017/07/09 21:23:19 espie Exp $ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PROG= ypwhich SRCS= ypwhich.c yplib_host.c .PATH: ${.CURDIR}/../../usr.sbin/ypserv/common CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common