1
0
Files
irix-657m-src/eoe/cmd/col/Makefile
2022-09-29 17:59:04 +03:00

15 lines
194 B
Makefile

#ident "$Revision: 1.3 $"
include $(ROOT)/usr/include/make/commondefs
LLDLIBS=-lw
TARGETS=col
default:$(TARGETS)
include $(COMMONRULES)
install: default
${INSTALL} -F /usr/bin $(TARGETS)