diff options
| author | matt <matt@NetBSD.org> | 2000-07-03 03:56:20 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-07-03 03:56:20 +0000 |
| commit | 6ac8d1ec06e81a00d072115cca9a40e98b3104f3 (patch) | |
| tree | 5ff65fbac4158bd62acc1a6c04d5f8f5222c4b97 /lib/librmt | |
| parent | 0f6818e4eb4c028ebe8607889793bdc9572933c6 (diff) | |
More include cleanup. Remvoe (p) from #undef in libipsec.
Diffstat (limited to 'lib/librmt')
| -rw-r--r-- | lib/librmt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librmt/Makefile b/lib/librmt/Makefile index 361c2dca1fd..7a6499438a0 100644 --- a/lib/librmt/Makefile +++ b/lib/librmt/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:30 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/03 03:56:22 matt Exp $ LIB= rmt SRCS= rmtlib.c MAN= rmtops.3 +CPPFLAGS += -D_REENTRANT MKPROFILE=no MKPIC= no |
