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

20 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $
LIB= cvs
DIST= ${IDIST}/lib
.PATH: ${DIST}
SRCS= argmatch.c dup2.c getdate.y getline.c getopt.c getopt1.c \
md5.c regex.c savecwd.c sighandle.c stripslash.c xgetwd.c \
yesno.c
MKLINT= no
MKPIC= no
MKPROFILE= no
# only needed during build
libinstall::
.include <bsd.lib.mk>