a8b8edb25e
instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.348521. Approved by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20520
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vfontedpr
|
|
SRCS= regexp.c vfontedpr.c
|
|
SCRIPTS=vgrind.sh
|
|
FILES= vgrindefs.src vgrindefs.src.db tmac.vgrind
|
|
FILESNAME_vgrindefs.src= vgrindefs
|
|
FILESNAME_vgrindefs.src.db= vgrindefs.db
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
FILESDIR_tmac.vgrind= ${SHAREDIR}/tmac
|
|
MAN= vgrind.1 vgrindefs.5
|
|
|
|
WARNS?= 3
|
|
|
|
BINDIR= ${LIBEXECDIR}
|
|
SCRIPTSDIR=/usr/bin
|
|
|
|
CLEANFILES= vgrindefs.src.db
|
|
|
|
.include <bsd.endian.mk>
|
|
.include <src.tools.mk>
|
|
|
|
vgrindefs.src.db: vgrindefs.src
|
|
${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f vgrindefs.src ${.ALLSRC}
|
|
|
|
.include <bsd.prog.mk>
|