Files
Arquivotheca.Solaris-2.5/cmd/hostname/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

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