22 lines
409 B
Makefile
22 lines
409 B
Makefile
|
# This is a generated file, do NOT edit!
|
||
|
# See contrib/bmake/bsd.after-import.mk
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
SRCTOP?= ${.CURDIR:H:H}
|
||
|
|
||
|
# things set by configure
|
||
|
|
||
|
prefix= /usr
|
||
|
srcdir= ${SRCTOP}/contrib/bmake
|
||
|
CC?= gcc
|
||
|
DEFAULT_SYS_PATH= .../share/mk:/usr/share/mk
|
||
|
|
||
|
CPPFLAGS+=
|
||
|
CFLAGS+= ${CPPFLAGS} -DHAVE_CONFIG_H
|
||
|
LDFLAGS=
|
||
|
LIBOBJS= ${LIBOBJDIR}stresep$U.o
|
||
|
LDADD=
|
||
|
USE_META= yes
|
||
|
FILEMON_H= /usr/include/dev/filemon/filemon.h
|