This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-26 16:47:30 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e2ef00a426
opnsense-src
/
usr.sbin
/
pkg_install
/
delete
/
Makefile
9 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-27 21:35:59 -04:00
# $FreeBSD$
Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries.
1998-03-07 03:55:00 -05:00
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 02:20:32 -04:00
PROG
=
pkg_delete
SRCS
=
main.c perform.c
- pkg_add spawns itself as argv[0] when installing dependent packages, to enable the use as a port on older systems - use absolute paths in all calls to external programs, to account for strange PATH settings - use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on FreeBSD 4.x as a port. - conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the pkg_install tools can be kept in sync on 4.x and 5.x - Bump PKG_INSTALL_VERSION Reviewed by: portmgr (bento run) MFC after: 4 weeks
2004-06-29 15:06:42 -04:00
WFORMAT
?=
1
WARNS=2 cleanup. Tested on: i386, alpha MFC after: 2 weeks
2001-10-10 02:58:42 -04:00
The release version of my package install suite. Please see man pages for info.
1993-08-25 21:19:55 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink