blob: 4c9a4c3540ee5fcda017f759d0be2dad9d34c366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2000/04/10 06:16:52 tron Exp $
#
DISTNAME= srsh-1.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
DEPENDS+= ssh{,6}-*:../../security/ssh
NO_CONFIGURE= yes
ALL_TARGET= all PREFIX=${PREFIX}
INSTALL_TARGET= install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"
|