22 lines
250 B
Makefile
Executable File
22 lines
250 B
Makefile
Executable File
#
|
|
# Copyright (c) 1995 by Sun Microsystems, Inc.
|
|
# All rights reserved.
|
|
#
|
|
#ident "@(#)Makefile 1.3 95/03/01 SMI"
|
|
|
|
PROG= hostname
|
|
|
|
include ../Makefile.cmd
|
|
|
|
.KEEP_STATE:
|
|
|
|
all: $(PROG)
|
|
|
|
install: all $(ROOTPROG)
|
|
|
|
clean:
|
|
|
|
lint:
|
|
|
|
include ../Makefile.targ
|