Restore IS_INTERACTIVE that I improperly removed; if the "make configure"
stage is run by root, "configure" asks whether the program should be installed setuid, to allow it to verify passwords. A better solution may be a make variable. Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
This commit is contained in:
parent
039596fd53
commit
bb7cffe74d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10601
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 19 April 1998
|
# Date created: 19 April 1998
|
||||||
# Whom: marcus
|
# Whom: marcus
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1 1998/04/20 02:09:55 mph Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= gone-1.3
|
DISTNAME= gone-1.3
|
||||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
|
||||||
MAINTAINER= marcus@miami.edu
|
MAINTAINER= marcus@miami.edu
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
IS_INTERACTIVE= yes
|
||||||
|
|
||||||
MAN1= gone.1
|
MAN1= gone.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue