mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
FreeBSDize the NetBSD Makefile so that this compiles.
This commit is contained in:
parent
0a5f3ef410
commit
2a9dee3a68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98173
@ -1,4 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= rcorder
|
||||
SRCS= ealloc.c hash.c rcorder.c
|
||||
@ -7,7 +8,14 @@ MAN= rcorder.8
|
||||
LDADD+= -lutil
|
||||
DPADD+= ${LIBUTIL}
|
||||
|
||||
WARNS= 0
|
||||
# XXX hack for make's hash.[ch]
|
||||
CPPFLAGS+= -DORDER
|
||||
CFLAGS+= -DORDER -I${.CURDIR}/../../usr.bin/make -I.
|
||||
|
||||
SRCS+= util.h
|
||||
CLEANFILES+= util.h
|
||||
|
||||
util.h:
|
||||
ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user