NetBSD/libexec/rshd/Makefile

9 lines
157 B
Makefile
Raw Normal View History

1997-10-07 14:37:30 +04:00
# $NetBSD: Makefile,v 1.7 1997/10/07 10:37:30 mrg Exp $
1994-06-05 19:33:20 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
1997-10-07 14:37:30 +04:00
WARNS?= 1
1993-03-21 12:45:37 +03:00
PROG= rshd
1994-12-22 12:57:51 +03:00
MAN= rshd.8
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>