blob: 2a1695e5b1d6edab86eff637472c8d803878eed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|