1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 21:20:31 -04:00
ports/sysutils/memdump/files/patch-makedefs
Pav Lucistnik c5b430c1de - Add FreeBSD 5 support
PR:		ports/77776
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2005-02-20 17:03:31 +00:00

13 lines
373 B
Text

--- makedefs.orig Sun Feb 20 15:41:41 2005
+++ makedefs Sun Feb 20 15:42:41 2005
@@ -8,6 +8,10 @@
;;
FreeBSD.4*) DEFS="-DFREEBSD4"
;;
+ FreeBSD.5*) DEFS="-DFREEBSD5"
+ ;;
+ FreeBSD.6*) DEFS="-DFREEBSD6"
+ ;;
OpenBSD.2*) DEFS="-DOPENBSD2"
;;
OpenBSD.3*) DEFS="-DOPENBSD3"