1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

New Makefile with top, tua, xbatt, xdu, xperfmon and xsysstats.

This commit is contained in:
Satoshi Asami 1995-07-13 00:04:20 +00:00
parent 0b7ea3e1d8
commit d3994b2cd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1956

11
sysutils/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
#
SUBDIR += top
SUBDIR += tua
SUBDIR += xbatt
SUBDIR += xdu
SUBDIR += xperfmon
SUBDIR += xsysstats
.include <bsd.port.subdir.mk>