Show the CPU used by the multi-threaded network stack to handle a socket.
[dragonfly.git] / usr.sbin / lastlogin / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/usr.sbin/lastlogin/Makefile,v 1.1.2.2 2001/04/25 12:09:52 ru Exp $
2# $DragonFly: src/usr.sbin/lastlogin/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
3
4PROG= lastlogin
5MAN= lastlogin.8
6CFLAGS+=-Wall
7
8.include <bsd.prog.mk>