13 lines
175 B
Makefile
13 lines
175 B
Makefile
# $Revision: 1.1 $
|
|
|
|
TARGETS=sid
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bin $(TARGETS)
|