1f18779318
Reduce overlinking
13 lines
142 B
Makefile
13 lines
142 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rshd
|
|
MAN= rshd.8
|
|
|
|
WARNS?= 3
|
|
WFORMAT=0
|
|
|
|
LIBADD= util pam
|
|
|
|
.include <bsd.prog.mk>
|