NetBSD/gnu/usr.bin/groff/libdriver/Makefile

15 lines
235 B
Makefile
Raw Normal View History

1993-10-06 00:39:08 +03:00
# $Id: Makefile,v 1.6 1993/10/05 21:39:16 pk Exp $
1993-03-21 12:45:37 +03:00
LIB= driver
SRCS= input.cc printer.cc
1993-07-15 20:33:45 +04:00
CFLAGS+= -I$(.CURDIR)/../include
1993-03-21 12:45:37 +03:00
NOMAN= noman
NOPROFILE= noprofile
1993-10-06 00:39:08 +03:00
NOPIC= nopic
1993-03-21 12:45:37 +03:00
install:
1993-07-15 20:33:45 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>