NetBSD/gnu/usr.bin/cvs/libdiff/Makefile

20 lines
300 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2000/09/04 22:14:32 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
2000-09-05 01:46:56 +04:00
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>