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