diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-19 11:51:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-19 11:51:33 +0000 |
commit | 953b15cda5dfd9f0430684e0ce11b5f6f381360b (patch) | |
tree | 3f7b5f447ec03448a5b943392cf74429e71fc147 /comms/kermit | |
parent | Upgrade apache to 0.8.13 (diff) |
Add compilation options: SETREUID,SAVEDUID,NDSYSERRLIST
Install as sgid dialer to make able to remove stale lock files.
Degradate priv_opn function to simple open: we don't need sgid
capabilities to open devices.
Notes
Notes:
svn path=/head/; revision=2168
Diffstat (limited to 'comms/kermit')
-rw-r--r-- | comms/kermit/files/Makefile.sed | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed index 96d61a3c3bb7..e620585301ec 100644 --- a/comms/kermit/files/Makefile.sed +++ b/comms/kermit/files/Makefile.sed @@ -1,16 +1,13 @@ PROG= kermit CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET \ - -DNOCOTFMC + -DNOCOTFMC -DSETREUID -DSAVEDUID -DNDSYSERRLIST SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \ ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \ ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \ ckcnet.c -# uncomment these for uucp setuid dialout -#CFLAGS+= -DSETREUID -#BINMODE=4510 -#BINOWN= uucp -#BINGRP= dialer +BINMODE=2555 +BINGRP=dialer BINDIR=%%PREFIX%%/bin MANDIR=%%PREFIX%%/man/man |