14 lines
196 B
Makefile
14 lines
196 B
Makefile
#ident "$Revision: 1.1 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
CFILES=pack.c
|
|
TARGETS=pack
|
|
|
|
default:$(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
${INSTALL} -F /usr/bin $(TARGETS)
|