2021-10-11 18:37:13 -03:00

12 lines
233 B
Makefile

# @(#)Makefile 1.1 94/10/31 SMI
HFILES= ftp.h inet.h nameser.h telnet.h tftp.h
all: $(HFILES)
clean:
install: $(HFILES)
install -d -o bin -m 755 ${DESTDIR}/usr/include/arpa
install -m 444 $(HFILES) $(DESTDIR)/usr/include/arpa