1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/Makefile

13 lines
369 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.9 1995/01/15 06:43:30 ache Exp $
#
1995-01-15 06:43:30 +00:00
SUBDIR= archivers audio cad comms databases devel editors games graphics \
lang mail math net news print shells utils x11
.include <bsd.port.subdir.mk>
index:
@echo -n "Generating INDEX - please wait.."
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
| expand -40 > ${.CURDIR}/INDEX
@echo " Done."