mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
141 B
Makefile
12 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= driver
|
|
SRCS= input.cc printer.cc
|
|
|
|
NOMAN= YES
|
|
NOPROFILE= YES
|
|
|
|
install:
|
|
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.lib.mk>
|