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

Annotation of src/usr.bin/fstat/Makefile, Revision 1.4

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:49:07 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  fstat
                      4: DPADD= ${LIBKVM}
1.4     ! deraadt     5: SRCS=  fstat.c isofs.c
1.1       deraadt     6: LDADD= -lkvm
                      7: BINGRP=        kmem
                      8: BINMODE=2555
                      9:
                     10: .include <bsd.prog.mk>