diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-04-01 15:08:13 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-04-01 15:08:13 +0000 |
commit | 981e04778ffea18db1a0214671438fbe805de34e (patch) | |
tree | fdffdf3f4974fa7722673cea534608a648c1dbf1 | |
parent | 1176bc823fd548703485b71c241da089d4636b7d (diff) |
Notes
-rw-r--r-- | usr.sbin/autofs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/autofs/Makefile b/usr.sbin/autofs/Makefile index d901e35a523cb..3a649062ae6ed 100644 --- a/usr.sbin/autofs/Makefile +++ b/usr.sbin/autofs/Makefile @@ -24,8 +24,6 @@ LIBADD= util MOUNT= ${SRCTOP}/sbin/mount CFLAGS+=-I${MOUNT} -WARNS= 6 - LINKS= ${BINDIR}/automountd ${BINDIR}/automount LINKS+= ${BINDIR}/automountd ${BINDIR}/autounmountd |