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

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

1.6     ! itojun      1: #      $OpenBSD: Makefile,v 1.5 1999/06/23 12:56:18 art 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
1.6     ! itojun      9:
        !            10: CFLAGS+=-DINET6
1.1       deraadt    11:
                     12: .include <bsd.prog.mk>
1.5       art        13:
                     14: .if (${UVM} == "yes")
                     15: CFLAGS+=-DUVM
                     16: .endif