blob: 715a28175900093ee66b10f438a32c1a5189240b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2000/09/04 22:14:32 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
LIB= diff
DIST= ${IDIST}/${LIB}
.PATH: ${DIST}
SRCS != echo ${DIST}/*.c | sed -e s,${DIST}/,,g
MKLINT= no
MKPIC= no
MKPROFILE= no
# only needed during build
libinstall::
.include <bsd.lib.mk>
|