From 2000bfb4cd2e917c04f646b23e279b401651a5b7 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 15 Oct 2000 00:46:58 +0000 Subject: [PATCH] Don't define NOATM now that /usr/include/netnatm/ is created properly. --- usr.sbin/ppp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index c79621a50693..48ec39434bc8 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -41,7 +41,6 @@ DPADD+= ${LIBALIAS} .endif .endif -NOATM= /usr/include/netnatm required .if defined(NOATM) || defined(RELEASE_CRUNCH) CFLAGS+=-DNOATM .else