Initial import from FreeBSD RELENG_4:
[games.git] / sbin / mount_nwfs / Makefile
1 # $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.1.2.2 2001/04/25 10:58:39 ru Exp $
2
3 PROG=   mount_nwfs
4 SRCS=   mount_nwfs.c getmntopts.c
5 MAN=    mount_nwfs.8
6
7 MOUNT=  ${.CURDIR}/../mount
8 CFLAGS+= -DNWFS -I${MOUNT}
9 .PATH:  ${MOUNT}
10
11 DPADD=  ${LIBNCP} ${LIBIPX}
12 LDADD=  -lncp -lipx
13
14 .include <bsd.prog.mk>