pkgsrc/sysutils/rox-system/patches/patch-aa
cjep de00d51cc7 Initial import of ROX-System 0.1.2 into the NetBSD packages collection as
sysutils/rox-system.

The ROX System application displays information about your system --
what processes are running and the amount of memory they are using,
as well as free and used disk space.

Supplied by Rui-Xiang Guo in PR#17137. Thanks!
2002-06-04 17:47:58 +00:00

14 lines
322 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/06/04 17:47:58 cjep Exp $
--- Makefile.in.orig Tue May 28 09:58:22 2002
+++ Makefile.in
@@ -21,6 +21,9 @@
############ Things to keep the same
+all: ${OBJECTS}
+ ${CC} -o ${PROG} ${OBJECTS} ${LDFLAGS}
+
${EXEC}: ${PLATFORM_DIR} ${OBJECTS}
${CC} -o ${EXEC} ${OBJECTS} ${LDFLAGS}