diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:16:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:16:42 +0800 |
commit | 65985572645cf6b8bbad63ba5582150f25264ac2 (patch) | |
tree | daf8e2f15829e35771fc511a5b19a14cbfedabfc /sysutils/Makefile | |
parent | bbefd2c83689db06c2f05a99e01aec15d7aabe79 (diff) | |
download | freebsd-ports-gnome-65985572645cf6b8bbad63ba5582150f25264ac2.tar.gz freebsd-ports-gnome-65985572645cf6b8bbad63ba5582150f25264ac2.tar.zst freebsd-ports-gnome-65985572645cf6b8bbad63ba5582150f25264ac2.zip |
Add fpc-utmp , free Pascal unit to gather information from the utmp
file.
PR: ports/98681
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index af928c6e4fe7..f40de8c1b09a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -169,6 +169,7 @@ SUBDIR += foremost SUBDIR += fortunelock SUBDIR += fpc-syslog + SUBDIR += fpc-utmp SUBDIR += fpkg SUBDIR += freebsd-sha1 SUBDIR += freebsd-sha256 |