mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
|
#
|
|
#
|
|
|
|
PROG= fdisk
|
|
SRCS= fdisk.c
|
|
MAN8= fdisk.8
|
|
|
|
.include <bsd.prog.mk>
|