Forgot: PKG_SHELL to register rci in /etc/shells

This commit is contained in:
Leonard Schmidt 2005-08-11 23:06:22 +00:00 committed by Thomas Klausner
parent 664792e445
commit 14cccd8e0e

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2005/08/11 22:44:37 leonardschmidt Exp $
# $NetBSD: Makefile,v 1.4 2005/08/11 23:06:22 leonardschmidt Exp $
#
DISTNAME= rci-20050809
@ -10,4 +10,8 @@ MAINTAINER= lems@gmx.net
HOMEPAGE= http://wmi.modprobe.de/
COMMENT= Shell based on UNIX rc version 1.4 and 1.7.x
USE_PKGINSTALL= yes
PKG_SHELL= bin/rci
.include "../../mk/bsd.pkg.mk"