diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-14 18:36:14 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-14 18:36:14 +0000 |
commit | 6ea44a46bdf1d77132ed0be98a13e3a557441219 (patch) | |
tree | f35b5da67b8674ec9f418f030d0fde4e424e65f0 /devel/Makefile | |
parent | Correct a bug in my previous commit that caused compilation to fail (diff) |
New port: library that makes it easy for programs to use
privilege separation
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
PR: 53314
Approved by: fjoe (implicit)
Notes
Notes:
svn path=/head/; revision=82988
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 369f913ae093..37022d13a023 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -748,6 +748,7 @@ SUBDIR += powerpc-rtems-objc SUBDIR += ppl SUBDIR += prcs + SUBDIR += privman SUBDIR += projectcenter.app SUBDIR += prototype SUBDIR += pth |