15 lines
189 B
Makefile
Executable File
15 lines
189 B
Makefile
Executable File
#
|
|
#ident "@(#)Makefile 1.1 93/09/10 SMI"
|
|
#
|
|
# Copyright (c) 1993 by Sun Microsystems, Inc.
|
|
#
|
|
|
|
include ../Makefile.com
|
|
|
|
.KEEP_STATE:
|
|
|
|
all: $(FILES)
|
|
install: all pkg
|
|
|
|
include ../Makefile.targ
|