summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Warns cleanups:dwmalone2001-12-031-0/+1
| | | | | Signal handlers are supposed to take an int as an arg. Don't locally declare crypt or ttyname.
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
| | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
| | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+3
| | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
| | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* LDADD= -lcryptcsgr1994-08-201-0/+1
| | | | Submitted by: Geoff
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+7
OpenPOWER on IntegriCloud