1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Don't define NOATM now that /usr/include/netnatm/ is created properly.

This commit is contained in:
Brian Somers 2000-10-15 00:46:58 +00:00
parent d6c1f63959
commit 2000bfb4cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67130

View File

@ -41,7 +41,6 @@ DPADD+= ${LIBALIAS}
.endif .endif
.endif .endif
NOATM= /usr/include/netnatm required
.if defined(NOATM) || defined(RELEASE_CRUNCH) .if defined(NOATM) || defined(RELEASE_CRUNCH)
CFLAGS+=-DNOATM CFLAGS+=-DNOATM
.else .else