blob: d599760fbf0fcc58fa49a1b137e9ffb5ed85b833 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ../libipsec/Makefile- Mon Jun 12 00:02:28 2000
+++ ../libipsec/Makefile Mon Jun 12 00:02:49 2000
@@ -25,9 +25,10 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-.if exists(${.CURDIR}/../Makefile.opsys)
-.include "${.CURDIR}/../Makefile.opsys"
-.endif
+#.if exists(${.CURDIR}/../Makefile.opsys)
+#.include "${.CURDIR}/../Makefile.opsys"
+#.endif
+OPSYS!= uname -s
LIB= ipsec
CFLAGS+=-g
|