summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/Makefile
blob: 090d37cedef4b8c5e579dc01c0a083c2a63cb088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_nfs
SRCS=	mount_nfs.c getmntopts.c
MAN8=	mount_nfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -D_NEW_VFSCONF
CFLAGS+= -DNFS -I${MOUNT}
.PATH:	${MOUNT}

.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
	|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes
DISTRIBUTION=	krb
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud