]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/login/Makefile
Add the -P option which executes multiple copies of the specified utility
[FreeBSD/FreeBSD.git] / usr.bin / login / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD$
3
4 PROG=   login
5 SRCS=   login.c login_fbtab.c
6 CFLAGS+=-DLOGALL
7 DPADD=  ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
8 LDADD=  -lutil -lcrypt ${MINUSLPAM}
9 MAN=    login.1 login.access.5
10 BINOWN= root
11 BINMODE=4555
12 INSTALLFLAGS=-fschg
13 NEED_LIBNAMES= yes
14
15 .include <bsd.prog.mk>