NetBSD/usr.bin/lastcomm/Makefile

9 lines
166 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1995/10/22 01:43:40 ghudson Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-04-09 16:58:42 +04:00
PROG= lastcomm
DPADD= ${LIBMATH}
LDADD= -lm
1993-04-09 16:58:42 +04:00
.include <bsd.prog.mk>