diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-10 04:34:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-10 04:34:20 +0000 |
commit | 57e528dacb7db484be78a7d8cb121b69f3dbc018 (patch) | |
tree | b7c7b5584c6af756db9f1a69042f88e4d691513d /lib/libcompat | |
parent | e0d08613b7818493977944aea885d8ca2cb67d4a (diff) |
Somehow the setr[ug]id() addition didn't get committed here.
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index c5e1cff1403..8e63baa692c 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/05/08 23:26:30 millert Exp $ +# $OpenBSD: Makefile,v 1.11 2003/05/10 04:34:19 millert Exp $ # $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ LIB= compat @@ -28,10 +28,12 @@ MLINKS+=stty.3 gtty.3 # compat 4.3 sources # missing: sibuf.c sobuf.c strout.c SRCS+= regex.c rexec.c +SRCS+= setrgid.c setruid.c -MAN+= re_comp.3 rexec.3 +MAN+= re_comp.3 rexec.3 setruid.3 MLINKS+=re_comp.3 re_exec.3 +MLINKS+=setruid.3 setrgid.3 # compat 4.4 sources SRCS+= cuserid.c |