1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/libexec/rshd/Makefile
2004-02-02 18:23:18 +00:00

14 lines
183 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
PROG= rshd
SRCS= rshd.c
MAN= rshd.8
WFORMAT=0
DPADD= ${LIBUTIL} ${LIBPAM}
LDADD= -lutil ${MINUSLPAM}
.include <bsd.prog.mk>