Makefile (48c8fe686321be4297ceab64de06479b256bc006) | Makefile (2d68bf45bfd846af100054ea94cdce64e298eb01) |
---|---|
1# 2# Copyright (c) 2001 Peter Pentchev 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24# SUCH DAMAGE. 25# 26# $FreeBSD$ 27# 28 29PROG= kldconfig 30MAN= kldconfig.8 31 | 1# 2# Copyright (c) 2001 Peter Pentchev 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 15 unchanged lines hidden (view full) --- 24# SUCH DAMAGE. 25# 26# $FreeBSD$ 27# 28 29PROG= kldconfig 30MAN= kldconfig.8 31 |
32WARNS?= 2 33 | |
34.include <bsd.prog.mk> | 32.include <bsd.prog.mk> |