]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ypwhich/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / usr.bin / ypwhich / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 YPSERV=${SRCTOP}/usr.sbin/ypserv/common
5 .PATH: ${YPSERV}
6
7 PROG=   ypwhich
8 SRCS=   yplib_host.c ypwhich.c
9
10 CFLAGS+=        -I${YPSERV} -I.
11
12 WARNS?= 2
13
14 .include <bsd.prog.mk>