13 lines
202 B
Makefile
13 lines
202 B
Makefile
#ident "cmd/head/Makefile: $Revision: 1.5 $"
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=head
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bsd $(TARGETS)
|