mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 15:18:01 -04:00
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
dnl ####################################################################
|
|
dnl NTP Version Suffix (Crypto)
|
|
dnl
|
|
dnl Output substitutions:
|
|
dnl VER_SUFFIX Version Suffix (scripts/mkver.in)
|
|
dnl
|
|
dnl ####################################################################
|
|
AC_DEFUN([NTP_VER_SUFFIX], [
|
|
|
|
AC_SUBST([VER_SUFFIX])
|
|
VER_SUFFIX=
|
|
])
|
|
dnl ======================================================================
|