8 lines
153 B
Makefile
8 lines
153 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 2/20/94
|
|
# $Id: Makefile,v 1.7 1994/06/17 05:09:22 mycroft Exp $
|
|
|
|
PROG= umount
|
|
MAN8= umount.0
|
|
|
|
.include <bsd.prog.mk>
|