mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
10 lines
110 B
Makefile
10 lines
110 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ppt
|
|
NOMAN= noman
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|
|
|