diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 03:17:26 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 03:17:26 +0000 |
commit | bb7cffe74da21064a77f9ba584a61076b441703f (patch) | |
tree | 3ab2190a92083138110733a3a6e32a41ee9492c3 /misc/gone/Makefile | |
parent | Activate gone. (diff) |
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>
Diffstat (limited to 'misc/gone/Makefile')
-rw-r--r-- | misc/gone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile index 9bc32111dc7f..363898685bd2 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: marcus # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/20 02:09:55 mph Exp $ # DISTNAME= gone-1.3 @@ -13,6 +13,7 @@ MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ MAINTAINER= marcus@miami.edu GNU_CONFIGURE= yes +IS_INTERACTIVE= yes MAN1= gone.1 |