From f68c4d880f82c7627f3d523ea52d894440195d83 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 27 Mar 2000 16:23:20 +0000 Subject: [PATCH] Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't report an error for it. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting). --- sbin/mount_nwfs/Makefile | 7 +++---- usr.sbin/mount_nwfs/Makefile | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/sbin/mount_nwfs/Makefile b/sbin/mount_nwfs/Makefile index 53405963beb..0c3d478f632 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 diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile index 53405963beb..0c3d478f632 100644 --- a/usr.sbin/mount_nwfs/Makefile +++ b/usr.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