diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:16:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:16:42 +0000 |
commit | d78847e8a1f7b2de50b61de81c797aa81e57c4b7 (patch) | |
tree | 5c85f98ec38851c524db79a650e86b1b4ac5b42c /sysutils/Makefile | |
parent | 7766e4229025b657b03ce0d28b8799e5a474b119 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=165960
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 |