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

Annotation of src/usr.bin/lastcomm/Makefile, Revision 1.3

1.3     ! deraadt     1: #      $OpenBSD: Makefile,v 1.5 1995/10/22 01:43:40 ghudson Exp $
1.2       deraadt     2: #      $NetBSD: Makefile,v 1.5 1995/10/22 01:43:40 ghudson Exp $
1.1       deraadt     3:
                      4: PROG=  lastcomm
1.2       deraadt     5: DPADD= ${LIBMATH}
                      6: LDADD= -lm
1.1       deraadt     7:
                      8: .include <bsd.prog.mk>