mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fixed building in obj directory.
This commit is contained in:
parent
9b93d9b696
commit
e7e4345bbf
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.6 1995/12/16 04:03:02 wpaul Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/12/16 20:54:17 wpaul Exp $
|
||||
|
||||
PROG= ypserv
|
||||
SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
|
||||
|
|
@ -6,6 +6,8 @@ SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
|
|||
|
||||
MAN8= ypserv.8
|
||||
|
||||
CFLAGS+= -I.
|
||||
|
||||
CLEANFILES= yp_svc.c yp.h
|
||||
|
||||
RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/yp.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue