Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/unix/9pfreebsd/mount_9fs/Makefile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#	@(#)Makefile	8.2 (Berkeley) 3/27/94

PROG=	mount_9fs
SRCS=	mount_9fs.c getmntopts.c crypt.c
MAN8=	mount_9fs.8

CFLAGS = -ggdb -O0

MOUNT=	/usr/src/sbin/mount
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>

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.