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

18 lines
230 B
Makefile

#!smake
#
# Makefile for gigether cmds
#
# $Revision: 1.1 $
include $(ROOT)/usr/include/make/commondefs
TARGETS= egconfig egcmd
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -f /usr/etc $(TARGETS)