16 lines
268 B
Makefile
16 lines
268 B
Makefile
#ident "$Revision: 1.2 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
CFILES=rmt.c
|
|
TARGETS=rmt
|
|
LLDLIBS=-lbsd
|
|
|
|
default:$(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/sbin $(TARGETS)
|
|
$(INSTALL) -F /etc -lns ../usr/sbin/$(TARGETS) $(TARGETS)
|