mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
|
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
||
|
|
#
|
||
|
|
#
|
||
|
|
|
||
|
|
PROG= nextboot
|
||
|
|
SRCS= nextboot.c
|
||
|
|
MAN8= nextboot.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|