diff options
Diffstat (limited to 'usr.sbin/lastlogin/Makefile')
-rw-r--r-- | usr.sbin/lastlogin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile index 8681e7d..e8ed16e 100644 --- a/usr.sbin/lastlogin/Makefile +++ b/usr.sbin/lastlogin/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= lastlogin +MAN= lastlogin.8 CFLAGS+=-Wall .include <bsd.prog.mk> |