diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-01 07:42:36 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-01 07:42:36 +0000 |
| commit | 139548a97e7c0d39f24a3bd8e7c23b8dedb49978 (patch) | |
| tree | 24ead2ab6954b6e73f3b207dd38b0d767071bd1e /sbin | |
| parent | 9484654df2adb4d285707592c50d05b8053ec2fa (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/mount_nwfs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/mount_nwfs/Makefile b/sbin/mount_nwfs/Makefile index 53405963beb7..0c3d478f632a 100644 --- a/sbin/mount_nwfs/Makefile +++ b/sbin/mount_nwfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD$ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c @@ -6,10 +6,9 @@ MAN8= mount_nwfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -DNWFS -I${MOUNT} - .PATH: ${MOUNT} -LDADD+= -lncp -lipx -DPADD+= ${LIBIPX} ${LIBNCP} +DPADD= ${LIBNCP} ${LIBIPX} +LDADD= -lncp -lipx .include <bsd.prog.mk> |
