blob: 5058a1f686c32ec016e1e21c7d6117dc99fe79d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id$"
#
CORE_DEPTH = ../../../..
include ../Makefile.com
DATAFILES +=
all:: $(FILES)
publish:: all pkg
include ../Makefile.targ
|