0ac69ffac4
- makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...)
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/09/19 03:09:34 lukem Exp $
|
|
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
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
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|