7 lines
140 B
Makefile
7 lines
140 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:31 mycroft Exp $
|
|
|
|
PROG= hostname
|
|
|
|
.include <bsd.prog.mk>
|