NetBSD/gnu/usr.bin/groff/libdriver/Makefile
wiz 7dc54976bb Remove old groff files from usr.bin.
Pull up reach-over to head.
2001-04-19 14:40:39 +00:00

22 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.13 2001/04/19 14:41:25 wiz Exp $
.include "../Makefile.comp"
DIST= ${IDIST}/src/libs/libdriver
.PATH: ${DIST}
LIB= driver
SRCS= printer.cc input.cc
# lint step doesn't work, because there are no .ln files here, because
# we're only compiling c++ files in this dir
# lint command line is: lint -Cdriver -lc
MKLINT= no
MKMAN= no
MKPROFILE= no
MKPIC= no
# only needed during build
libinstall::
.include <bsd.lib.mk>