7 lines
137 B
Makefile
7 lines
137 B
Makefile
# from: @(#)Makefile 6.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.3 1993/10/08 02:35:52 cgd Exp $
|
|
|
|
PROG= showmount
|
|
|
|
.include <bsd.prog.mk>
|