mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 09:44:30 +01:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 2/20/94
|
|
|
|
PROG= umount
|
|
MAN8= umount.8
|
|
|
|
.include <bsd.prog.mk>
|