summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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