dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / cmd-inet / usr.bin / pppd / patchlevel.h
blob7e01d94206a18874767d36307be8c66f14f81c6e
1 /*
2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5 #pragma ident "%Z%%M% %I% %E% SMI"
7 #ifndef _PATCH_LEVEL_H
8 #define _PATCH_LEVEL_H
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 #define PATCHLEVEL 0
16 #define VERSION "2.4"
17 #define IMPLEMENTATION "b1 (Sun Microsystems, Inc.)"
19 #ifdef __cplusplus
21 #endif
23 #endif /* _PATCH_LEVEL_H */