blob: 0eca5777f7c2c184007edb541994294fe035e514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:50 wiz Exp $
# $FreeBSD: src/gnu/usr.bin/groff/src/libs/libdriver/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $
DIST_SUBDIR= src/libs/libdriver
NOMAN= # defined
NOPROFILE= # defined
NOPIC= # defined
LIB= driver
SRCS= input.cpp printer.cpp
# only needed during build
libinstall::
.include <bsd.lib.mk>
|