NetBSD/usr.bin/passwd/Makefile

30 lines
618 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 1999/12/23 01:02:52 mjl Exp $
1996-12-28 07:30:02 +03:00
# from: @(#)Makefile 8.3 (Berkeley) 4/2/94
1999-07-13 02:11:37 +04:00
SRCTOP= ../..
.include <bsd.crypto.mk>
1993-03-21 12:45:37 +03:00
PROG= passwd
SRCS= local_passwd.c yp_passwd.c passwd.c
DPADD+= ${LIBRPCSVC} ${LIBCRYPT} ${LIBUTIL}
LDADD+= -lrpcsvc -lcrypt -lutil
CPPFLAGS+=-I${.CURDIR} -DYP
LINKS= ${BINDIR}/passwd ${BINDIR}/yppasswd
MLINKS= passwd.1 yppasswd.1
1993-03-21 12:45:37 +03:00
BINOWN= root
BINMODE=4555
1996-12-28 07:30:02 +03:00
.if defined(notyet)
INSTALLFLAGS=-fschg
.endif
1993-03-21 12:45:37 +03:00
1999-07-13 02:11:37 +04:00
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/usr.bin/passwd/Makefile.frag"
1999-07-13 02:11:37 +04:00
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1993-06-11 04:34:38 +04:00
# getpwent.o: getpwent.c
# ${COMPILE.c} -UYP ${.IMPSRC}