mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 23:00:45 -05:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nextboot
|
|
WARNS= 0
|
|
MAN= nextboot.8
|
|
|
|
.include <bsd.prog.mk>
|