9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/10/07 10:37:30 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
WARNS?= 1
|
|
PROG= rshd
|
|
MAN= rshd.8
|
|
|
|
.include <bsd.prog.mk>
|