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

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

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:45:58 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  quota
                      4: BINOWN=        root
                      5: BINMODE=4555
                      6:
                      7: DPADD= ${LIBRPCSVC}
                      8: LDADD= -lrpcsvc
                      9:
                     10: .include <bsd.prog.mk>