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

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

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:54 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  w
                      4: SRCS=  fmt.c pr_time.c proc_compare.c w.c
                      5: MAN=   w.1 uptime.1
                      6: DPADD= ${LIBKVM}
                      7: LDADD= -lkvm
                      8: BINGRP=        kmem
                      9: BINMODE=2555
                     10: LINKS= ${BINDIR}/w ${BINDIR}/uptime
                     11:
                     12: .PATH: ${.CURDIR}/../../bin/ps
                     13:
                     14: .include <bsd.prog.mk>
1.4     ! millert    15:
        !            16: .if (${UVM:L} == "yes")
        !            17: CFLAGS+=-DUVM
        !            18: .endif