28 lines
474 B
Makefile
28 lines
474 B
Makefile
# Makefile for: nfsshell
|
|
# Version required: 1.0
|
|
# Date created: 10 Jun 1999
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1999/06/10 16:04:34 dugsong Exp $
|
|
|
|
PKGNAME= nfsshell-1.0
|
|
|
|
DISTNAME= nfsshell
|
|
|
|
CATEGORIES= security
|
|
|
|
WRKSRC= ${WRKDIR}/nfs
|
|
|
|
MASTER_SITES= ftp://ftp.cs.vu.nl/pub/leendert/
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
ALL_TARGET= nfs
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
|
|
|
|
.include <bsd.port.mk>
|