mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
|
#
|
|
#
|
|
|
|
PROG= fdisk
|
|
SRCS= fdisk.c
|
|
MAN8= fdisk.8
|
|
|
|
.include <bsd.prog.mk>
|