18 lines
232 B
Makefile
18 lines
232 B
Makefile
#!smake
|
|
# Makefile for topology
|
|
#
|
|
|
|
OBJECT_STYLE=32_M2
|
|
TARGETS=topology
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/sbin -m 755 topology
|
|
|
|
topology:
|
|
|