7 lines
138 B
Makefile
7 lines
138 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 2/20/94
|
|
# $Id: Makefile,v 1.6 1994/06/08 19:34:37 mycroft Exp $
|
|
|
|
PROG= umount
|
|
|
|
.include <bsd.prog.mk>
|