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

Annotation of src/usr.bin/cu/Makefile, Revision 1.1

1.1     ! nicm        1: # $OpenBSD$
        !             2:
        !             3: PROG=  cu
        !             4: SRCS=  cu.c command.c input.c
        !             5:
        !             6: CDIAGFLAGS+= -Wall -W -Wno-unused-parameter
        !             7:
        !             8: LDADD=  -levent
        !             9: DPADD=  ${LIBEVENT}
        !            10:
        !            11: .include <bsd.prog.mk>