diff options
Diffstat (limited to 'net/rdist6/files/mf.netbsd')
-rw-r--r-- | net/rdist6/files/mf.netbsd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/rdist6/files/mf.netbsd b/net/rdist6/files/mf.netbsd new file mode 100644 index 00000000000..2a1695e5b1d --- /dev/null +++ b/net/rdist6/files/mf.netbsd @@ -0,0 +1,22 @@ +# $NetBSD: mf.netbsd,v 1.1 1999/08/29 12:26:20 kim Exp $ +# +# NetBSD Makefile +# + +# +# Functions that are missing in this OS are contained in the +# files specified in ${MISSINGOBJS}. +# +#MISSINGOBJS = $(O)strerror.o $(O)strcasecmp.o + +# +# System libraries that we need to load. +# +LIB_SYS = -lcompat + +# +# System dependent options for compiling +# +#CFLAGS_OS = + +BIN_DIR = /usr/local/bin |