freebsd-skq/libexec/rshd/Makefile
bapt 1f18779318 Convert to LIBADD
Reduce overlinking
2014-11-25 21:18:18 +00:00

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>