mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
14 lines
195 B
Makefile
14 lines
195 B
Makefile
|
|
# Makefile for libdriver
|
||
|
|
|
||
|
|
LIB= driver
|
||
|
|
SRCS= input.cc printer.cc
|
||
|
|
CFLAGS+= -I$(.CURDIR)/../include
|
||
|
|
|
||
|
|
NOMAN= noman
|
||
|
|
NOPROFILE= noprofile
|
||
|
|
|
||
|
|
install:
|
||
|
|
|
||
|
|
.include "../Makefile.cfg"
|
||
|
|
.include <bsd.lib.mk>
|