[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / chpass

Annotation of src/usr.bin/chpass/Makefile, Revision 1.5

1.5     ! tholo       1: #      $OpenBSD: Makefile,v 1.4 1996/09/04 22:52:06 deraadt Exp $
1.2       deraadt     2: #      $NetBSD: Makefile,v 1.6 1996/05/15 21:50:39 jtc Exp $
1.1       deraadt     3:
1.4       deraadt     4: .include <bsd.own.mk>
                      5:
1.1       deraadt     6: PROG=  chpass
1.2       deraadt     7: SRCS=  chpass.c edit.c field.c pw_yp.c table.c util.c getpwent.c
1.1       deraadt     8: BINOWN=        root
                      9: BINMODE=4555
1.2       deraadt    10: .PATH: ${.CURDIR}/../../lib/libc/gen
1.1       deraadt    11: LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
                     12: MLINKS=        chpass.1 chfn.1 chpass.1 chsh.1
1.4       deraadt    13: .if defined(YP)
1.5     ! tholo      14: CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp
1.4       deraadt    15: .endif
1.2       deraadt    16: DPADD+= ${LIBRPCSVC} ${LIBUTIL}
                     17: LDADD+= -lrpcsvc -lutil
1.1       deraadt    18:
                     19: .include <bsd.prog.mk>
                     20:
                     21: getpwent.o: getpwent.c
                     22:        ${COMPILE.c} -UYP ${.IMPSRC}