diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 06:37:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 06:37:33 +0000 |
commit | ee2d9149e7909417253bc5614638c607aa7dc24d (patch) | |
tree | 7b07a7b8008d0a0d2a4edc182bb74a4e492d3a1e /security | |
parent | 19b6d25698927c5723851bcf9aeb0092eed3320e (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/super/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 4db960fbf14a..167c215424dc 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.4 1998/12/01 09:50:50 obrien Exp $ +# $Id: Makefile,v 1.5 1998/12/01 10:17:44 obrien Exp $ # DISTNAME= super-3.11.6 @@ -15,7 +15,9 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ MAINTAINER= obrien@FreeBSD.org -.if ${OSVERSION} < 300000 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 300000 BROKEN= '/usr/include/prot.h parse error' .endif @@ -33,4 +35,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |