blob: 1dca7a6c6047feb296e35c23c518a603b5bff1b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# lib/libresolv2/sparc/Makefile
MAPDIR= ../spec/sparc
include ../Makefile.com
install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
|