diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:02:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:02:19 +0000 |
commit | 128a1ba7c6974b43bb106f1bac633e9068df3b4f (patch) | |
tree | c91fd310b04717f111781eaeffce303b7fcfe44c /security/super | |
parent | b9f0e42f31dba44be857860d27ec6950493015a8 (diff) | |
download | ports-128a1ba7c6974b43bb106f1bac633e9068df3b4f.tar.gz ports-128a1ba7c6974b43bb106f1bac633e9068df3b4f.zip |
Notes
Diffstat (limited to 'security/super')
-rw-r--r-- | security/super/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index c1ad2354dfdd..7293fb2921f2 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1997/04/24 08:02:43 obrien Exp $ +# $Id: Makefile,v 1.2 1998/11/19 09:19:18 obrien Exp $ # DISTNAME= super-3.11.6 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ MAINTAINER= obrien@FreeBSD.org +BROKEN= build + GNU_CONFIGURE= yes MAN1= super.1 setuid.1 MAN5= super.5 |