diff options
author | andreas <andreas@FreeBSD.org> | 1998-06-06 18:35:21 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-06-06 18:35:21 +0800 |
commit | 352e1a43b6323073b6a29cde50b54973550e286f (patch) | |
tree | b5431d9b2f9770cb4c9dcc80ae201fb954af732d /sysutils | |
parent | f31cd31c958e5bff95afbac51f3c053345b300cf (diff) | |
download | freebsd-ports-gnome-352e1a43b6323073b6a29cde50b54973550e286f.tar.gz freebsd-ports-gnome-352e1a43b6323073b6a29cde50b54973550e286f.tar.zst freebsd-ports-gnome-352e1a43b6323073b6a29cde50b54973550e286f.zip |
Enable gtar
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 710896bf314e..4d0e9dd368f6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 1998/02/25 16:47:16 steve Exp $ +# $Id: Makefile,v 1.32 1998/03/17 02:15:32 jseger Exp $ # SUBDIR += LPRng @@ -9,6 +9,7 @@ SUBDIR += cdrecord SUBDIR += cfengine SUBDIR += contool + SUBDIR += gtar SUBDIR += idled SUBDIR += lsof SUBDIR += manck |