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

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

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