mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Build the internal libified diff
This commit is contained in:
parent
8be324b9b3
commit
d92c069870
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32793
20
gnu/usr.bin/cvs/libdiff/Makefile
Normal file
20
gnu/usr.bin/cvs/libdiff/Makefile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# $Id: Makefile,v 1.14 1997/05/15 23:00:07 peter Exp $
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../Makefile.inc"
|
||||||
|
|
||||||
|
.PATH: ${CVSDIR}/diff
|
||||||
|
|
||||||
|
LIB= diff
|
||||||
|
|
||||||
|
NOPROFILE= yes
|
||||||
|
NOPIC= yes
|
||||||
|
|
||||||
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/lib -DHAVE_CONFIG_H
|
||||||
|
|
||||||
|
SRCS = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c context.c ed.c \
|
||||||
|
normal.c ifdef.c util.c dir.c version.c diff.h side.c
|
||||||
|
|
||||||
|
install:
|
||||||
|
@echo -n
|
||||||
|
|
||||||
|
.include <bsd.lib.mk>
|
Loading…
Reference in New Issue
Block a user