summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/passwd/Makefile')
-rw-r--r--usr.bin/passwd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 872bc73b8a0..7c04edfaa7b 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 2/19/91
-# $Id: Makefile,v 1.2 1995/12/16 22:20:28 tholo Exp $
+# $Id: Makefile,v 1.3 1996/01/16 07:22:13 deraadt Exp $
PROG= passwd
SRCS= local_passwd.c yp_passwd.c passwd.c pw_copy.c pw_util.c getpwent.c
@@ -21,10 +21,6 @@ DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
.endif
-LINKS= ${BINDIR}/passwd ${BINDIR}/yppasswd
-MLINKS= passwd.1 yppasswd.1
-
-BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>