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

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

1.6     ! millert     1: #      $OpenBSD: Makefile,v 1.5 1997/09/21 11:50:11 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  msgs
1.4       downsj      4: DPADD= ${LIBTERMLIB}
1.6     ! millert     5: LDADD= -lcurses
1.1       deraadt     6:
                      7: .include <bsd.prog.mk>