diff options
author | erich <erich@FreeBSD.org> | 1995-10-02 14:51:20 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-10-02 14:51:20 +0000 |
commit | d1bc2a509c2c980555657dc25bac8c115a19070e (patch) | |
tree | 93fa3701e5d02f27eddf2d506ad596e9e6485277 /sysutils/Makefile | |
parent | 29fc429dc738030798505815104ad381c18d88a1 (diff) | |
download | FreeBSD-ports-d1bc2a509c2c980555657dc25bac8c115a19070e.zip FreeBSD-ports-d1bc2a509c2c980555657dc25bac8c115a19070e.tar.gz |
added sudo to Makefile
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 73a4e03..13c6734 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.1 1995/07/13 00:04:20 asami Exp $ +# $Id: Makefile,v 1.2 1995/09/13 09:55:30 asami Exp $ # SUBDIR += manck + SUBDIR += sudo SUBDIR += top SUBDIR += tua SUBDIR += xbatt |